home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / ninja_nightmare.swf / scripts / DefineButton2_569 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  92 b   |  6 lines

  1. on(release){
  2.    _root.music.gotoAndStop(1);
  3.    prevFrame();
  4.    _root.playing = true;
  5. }
  6.